Questions tagged [urn]

In computing, a Uniform Resource Name (URN) is the historical name for a Uniform Resource Identifier (URI) that uses the urn scheme. A URI is a string of characters used to identify a name of a web resource. Such identification enables interaction with representations of the web resource over a network, typically the World Wide Web, using specific protocols.

76 questions
5
votes
1 answer

Appropropriate URN namespace now that X- is deprecated?

As recently as 2002 the IETF was recommending in RFC 3406 that we should use x- prefixes for URN namespaces we didn't want to register, e.g. urn:x-acme:foobar. Now that the IETF has deprecated the x- prefix in RFC 6648, how are we supposed to…
Garret Wilson
  • 18,219
  • 30
  • 144
  • 272
4
votes
1 answer

LinkedIn Api get Posts/Shares from owner error

I want to get shares by owners from LinkedIn api. I used the following url: https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:person:{accountId} But I become this error: { "serviceErrorCode": 100, "message": "Field Value…
vDrews
  • 155
  • 5
  • 14
4
votes
1 answer

Do URIs which are neither URLs nor URNs exist?

Can a URI be neither a URL nor a URN? Over the Internet, there are a lot of Venn diagrams like this one: According to those representation, in the gray space there are some URIs which are neither URLs nor URNs, but it sounds pretty weird to me. In…
floatingpurr
  • 7,749
  • 9
  • 46
  • 106
4
votes
1 answer

What is the intended way to reference a URN in RDF?

I want to model an RDF/XML statement about a publication (in namespace, say, 'myns'). I know that this publication is known under a given URN. What is the propper way to reference that URN in RDF? I can think of a number of different ways to do…
MRA
  • 2,992
  • 1
  • 16
  • 18
3
votes
1 answer

urn in url for RESTful service, building url path

we are working on creating a RESTFul service, and trying to decide on the URL path format. we have urn for uniquely identify a resource throughout the organization, and we are building the Rest service to service that resource in the format the…
Eatdoku
  • 6,569
  • 13
  • 63
  • 98
3
votes
2 answers

Is there something like a URI for USB devices?

I'm wondering if there is a specification around to address USB devices like: usb://... Does anyone know?
Volker von Einem
  • 556
  • 4
  • 13
3
votes
1 answer

How Do I get URN with OSS, Autodesk forge

I have gone through developer.autodesk.com to know more about Forge Platform and I am still looking for the way with which I can get URN of my obj file. I just need a sample code to move ahead. :)
3
votes
2 answers

Is there a URN scheme for using domain names?

is there any available hierarchical URN scheme that can use URLs or domain names as "prefixes"? Best Regrads
Stasik
  • 2,568
  • 1
  • 25
  • 44
3
votes
1 answer

URN/URI For Software Manufacturer/Product/Version

I am working on extending a current logger solution that I would like to include more information than just class, line number, log level, date, etc. I would like to also capture the host name, the manufacturer of the software that generated the…
davidemm
  • 2,001
  • 1
  • 23
  • 31
3
votes
3 answers

List the sample space?

I faced this exercise that couldn't solve: An urn contains three red balls, two green balls, and one white. Three balls are drawn sequentially without replacement from the urn. Their colors are recorded. List the sample space using R. I…
3
votes
2 answers

URI vs URL vs URN

Well there are lot of discussion, post, comments and questions over internet to differentiate URI, URL and URN. One answer on SO explain about it, but i am confused in implementation result in my code. Q : If URI is super set of URL then how come…
Arun Kumar
  • 6,534
  • 13
  • 40
  • 67
2
votes
2 answers

How can a URI contain a URN as well as a URL?

Are there any examples of a URI that contains both a URN and URL? https://www.rfc-editor.org/rfc/rfc3986#section-1.1.3 A URI can be further classified as a locator, a name, or both. And which would be the URI scheme then? "urn:" or a URL specific…
Roland Franssen
  • 1,038
  • 1
  • 11
  • 22
2
votes
0 answers

How to use URN URI

I know the difference between URI, URL and URN I know that URN is a URI that identifies a ressource by name in particular namespace my question is : How to use URN URI's and when ? for exple this URN : urn:isbn:9780141036144 , how can i access to…
Fakh Ri
  • 140
  • 2
  • 8
2
votes
2 answers

HL7 V3 Organization identifier to URN:OID

I need to transform an HL7 V3 Organization identifier (root+extension) to an URN. Organization id is as follows: ... As fas…
Marti Pàmies Solà
  • 611
  • 1
  • 6
  • 12
2
votes
2 answers

Problem in accessing wsdl from URL(http) from bpel

HI, I want to access wsdl file that is imported in bpel definition, can i do that or i will have to create local copy and then use it? Because whenever it run the process it gives me this: FATAL - GeronimoLog.fatal(116) | openResource: invalid…
bandit
  • 95
  • 1
  • 1
  • 8