@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://vocab.data.gov/def/drm#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://vocab.data.gov/def/> . ns0:Attribute metadata_def:mappingLoom "attribute" ; metadata_def:mappingSameURI ns0:Attribute ; metadata_def:prefLabel "Attribute" ; metadata:prefixIRI "drm:Attribute" ; a owl:Class ; rdfs:comment "Example: The “SSN” Attribute of a “Person” Entity may have a Data Type of “string” (if hyphens are included with the SSN) or “integer” (if hyphens are not included)." ; rdfs:isDefinedBy ns1:drm ; rdfs:label "Attribute" ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://vocab.data.gov/def/drm#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://vocab.data.gov/def/> .

ns0:Attribute
    metadata_def:mappingLoom "attribute" ;
    metadata_def:mappingSameURI ns0:Attribute ;
    metadata_def:prefLabel "Attribute" ;
    metadata:prefixIRI "drm:Attribute" ;
    a owl:Class ;
    rdfs:comment "Example: The “SSN” Attribute of a “Person” Entity may have a Data Type of “string” (if hyphens are included with the SSN) or “integer” (if hyphens are not included)." ;
    rdfs:isDefinedBy ns1:drm ;
    rdfs:label "Attribute" ;
    rdfs:subClassOf owl:Thing .