@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix uriv: <https://w3id.org/uri4uri/vocab#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .

<https://w3id.org/uri4uri/service/airsharing> rdfs:isDefinedBy <https://w3id.org/uri4uri/service/> ;
                                              rdf:type skos:Concept ,
                                                       owl:Thing ,
                                                       owl:NamedIndividual ,
                                                       uriv:Service ;
                                              rdfs:label "AIRSHARING"^^<http://www.w3.org/2001/XMLSchema#string> ,
                                                         "Air Sharing"@en ;
                                              skos:notation "airsharing"^^<https://w3id.org/uri4uri/vocab#ServiceDatatype> ;
                                              vs:term_status "stable" ;
                                              dcterms:description "Air Sharing"@en ;
                                              uriv:IANARef <mailto:erik@avatron.com> ,
                                                           <mailto:dave@avatron.com> ;
                                              prov:wasDerivedFrom <https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml> ;
                                              void:inDataset <https://uri4uri.is4.site/void#service> .

<mailto:erik@avatron.com> rdf:type foaf:Agent ;
                          rdfs:label "Erik Rogers" .

<mailto:dave@avatron.com> rdf:type foaf:Agent ;
                          rdfs:label "Dave Howell" .

<https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml> rdf:type foaf:Document .

<https://uri4uri.is4.site/void#service> hydra:member <https://w3id.org/uri4uri/service/airsharing> .

<https://uri4uri.is4.site/service.ttl/airsharing> rdf:type foaf:Document ;
                                                  dcterms:title "airsharing" ;
                                                  foaf:primaryTopic <https://w3id.org/uri4uri/service/airsharing> .