Skip to content

Do we want explicit instances of owl:Thing #916

Closed
@uscholdm

Description

@uscholdm

Release 12 has explicit instances of owl:Thing for base unit instances, e.g.

gist:_USDollar
	a
		owl:Thing ,
		gist:BaseUnit
		;
	rdfs:isDefinedBy <https://w3id.org/semanticarts/ontology/gistCore> ;
	skos:definition "The base unit for currency."^^xsd:string ;
	skos:prefLabel "US Dollar"^^xsd:string ;
	gist:conversionFactor "1e+00"^^xsd:double ;
	gist:hasBaseUnit gist:_USDollar ;
	gist:unitSymbol "USD"^^xsd:string ;
	.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions