american-art / ccma

Colby College Museum of Art
Creative Commons Zero v1.0 Universal
3 stars 1 forks source link

(!) website mapping should have actual URL #7

Closed VladimirAlexiev closed 7 years ago

VladimirAlexiev commented 7 years ago

http://data.americanartcollaborative.org/ccma/object/4:

<http://data.americanartcollaborative.org/ccma/object/4>
   foaf:homepage <http://data.americanartcollaborative.org/ccma/object/4/url>.
<http://data.americanartcollaborative.org/ccma/object/4/url> rdf:type foaf:Document;
  rdfs:label "http://embark.colby.edu/Obj4".

See the Primary Website mapping: it wants the actual website URL in the first place, and a label in the second. @workergnome confirm.

So there are two bugs:

So it should be:

<http://data.americanartcollaborative.org/ccma/object/4>
   foaf:homepage <http://embark.colby.edu/Obj4>.
<http://embark.colby.edu/Obj4> rdf:type foaf:Document;
  rdfs:label "Object 4: St. Elizabeth of Hungary". # or whatever
workergnome commented 7 years ago

I confirm @VladimirAlexiev interpretation of this. That's the intent of the mapping.

bsnikhila commented 7 years ago

Fixed it.

workergnome commented 7 years ago

Thank you.

VladimirAlexiev commented 7 years ago

It still has rdfs:label "http://embark.colby.edu/Obj4", see http://yasgui.org/short/HJzV-ol2e. But I suppose @workergnome doesn't use that label anyway and hardcodes "website" or something.

workergnome commented 7 years ago

Descriptive labels are always great, but I'll take what I can get. Or nothing, as the case may be.

(in the browse app, I'm likely to have a field label, such as "Website", and use the rdfs:label as the hyperlink text for the URI.)