permit conversion:range <Class>
Closed this issue · 1 comments
timrdf commented
conversion:enhance [
ov:csvCol 8;
ov:csvHeader "city";
#conversion:label "city";
conversion:equivalent_property mads:city;
conversion:comment "";
conversion:range mads:City; ### This does not produce a resource.
];
timrdf commented
<http://lofd.tw.rpi.edu/source/datahub-io/dataset/corpwatch/location/1>
a prov:Location , corpwatch_vocab:Location ;
e1:location_id "1" ;
dcterms:identifier "1" ;
org:siteOf <http://lofd.tw.rpi.edu/source/datahub-io/dataset/corpwatch/company/1> ;
pml:validAtTime "2187-11-10"^^xsd:date ;
e1:type value_of_type:business ;
rdfs:label "ROUTE 55 & 553, BOX 888, PITMAN NJ 08071-0888" ;
e1:street_1 "ROUTE 55 & 553" ;
e1:street_2 "BOX 888" ;
mads:city value_of_city:PITMAN ;
.
value_of_city:PITMAN dcterms:identifier "PITMAN" ;
a mads:City ; ###### < - - - - - - - - - -- - - - - - -- - -- This type now appears.
rdfs:label "PITMAN" .