@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.ontologyrepository.com/CommonCoreOntologies/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:SquareFootMeasurementUnit ns0:alternative_label "ft^2"@en ; ns0:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; a ns0:MeasurementUnitOfArea, owl:NamedIndividual ; rdfs:label "Square Foot Measurement Unit"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:SquareFootMeasurementUnit
    ns0:alternative_label "ft^2"@en ;
    ns0:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    a ns0:MeasurementUnitOfArea, owl:NamedIndividual ;
    rdfs:label "Square Foot Measurement Unit"@en .