@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix s: <http://www.w3.org/2000/01/rdf-schema#>.

@prefix reg: <https://www.w3.org/ns/assignments/reg#> .

<> s:comment """This ontology is one of terms used by IANA
in their registries, when converted into RDF.
Note many other terms are converted into common ontologies such as Dublin Core, etc.
""".
reg:xref a rdf:Property;
  s:label "reference"@en.

reg:spec a rdf:Property;
  s:label "specification"@en.

reg:expert a rdf:Property;
  s:label "expert"@en.

reg:id a rdf:Property;
  s:label "IANA identifier"@en.

reg:record a rdf:Property;
  s:label "defines"@en;
  s:comment """The object is a thing defined by the registry subject""".

# endds
